ImageGear .NET v24.12 - Updated
Remove Method (NativeObjectArray<T,TParentType>)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms.Internal Namespace > NativeObjectArray<T,TParentType> Class : Remove Method
The item to remove.
Removes an item from the native object array. Removes a specific item from the list.
Syntax
'Declaration
 
Public Overridable Function Remove( _
   ByVal item As T _
) As Boolean
'Usage
 
Dim instance As NativeObjectArray(Of T,TParentType)
Dim item As T
Dim value As Boolean
 
value = instance.Remove(item)
public virtual bool Remove( 
   T item
)
public: virtual bool Remove( 
   T* item
) 
public:
virtual bool Remove( 
   T^ item
) 

Parameters

item
The item to remove.

Return Value

Whether the removal was successful. true if item was successfully removed from the list; otherwise, false.
Exceptions
ExceptionDescription
item is null.
See Also

Reference

NativeObjectArray<T,TParentType> Class
NativeObjectArray<T,TParentType> Members